ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTCurve Class / ImGearARTCurve Constructor / ImGearARTCurve Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Single,Int32)
Raw points array.
Color of the mark.
Style of the mark.
Width of the mark.
Tension of the curve.
Opacity of the mark.




In This Topic
    ImGearARTCurve Constructor(ImGearPoint[],IImGearRGBQuad,ImGearARTPenStyle,Int32,Single,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTCurve class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal color As IImGearRGBQuad, _
       ByVal style As ImGearARTPenStyle, _
       ByVal width As Integer, _
       ByVal tension As Single, _
       ByVal opacity As Integer _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim color As IImGearRGBQuad
    Dim style As ImGearARTPenStyle
    Dim width As Integer
    Dim tension As Single
    Dim opacity As Integer
     
    Dim instance As New ImGearARTCurve(points, color, style, width, tension, opacity)
    public ImGearARTCurve( 
       ImGearPoint[] points,
       IImGearRGBQuad color,
       ImGearARTPenStyle style,
       int width,
       float tension,
       int opacity
    )
    public: ImGearARTCurve( 
       ImGearPoint[]* points,
       IImGearRGBQuad* color,
       ImGearARTPenStyle style,
       int width,
       float tension,
       int opacity
    )
    public:
    ImGearARTCurve( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ color,
       ImGearARTPenStyle style,
       int width,
       float tension,
       int opacity
    )

    Parameters

    points
    Raw points array.
    color
    Color of the mark.
    style
    Style of the mark.
    width
    Width of the mark.
    tension
    Tension of the curve.
    opacity
    Opacity of the mark.
    See Also